Skip to content

Commit d8e5cf6

Browse files
committed
Don't load djang-silk in shell_plus
1 parent a064075 commit d8e5cf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kitsune/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,3 +1338,6 @@ def filter_exceptions(event, hint):
13381338

13391339
GOOGLE_APPLICATION_CREDENTIALS = config("GOOGLE_APPLICATION_CREDENTIALS", default="")
13401340
GOOGLE_CLOUD_PROJECT = config("GOOGLE_CLOUD_PROJECT", default="")
1341+
1342+
# shell_plus conf
1343+
SHELL_PLUS_DONT_LOAD = ["silk"]

0 commit comments

Comments
 (0)